home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00159_2 Butt.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  274 b   |  18 lines

  1. on mouseDown
  2.   puppetSprite(9, 1)
  3.   set the memberNum of sprite 9 to 175
  4.   set the ink of sprite 9 to 0
  5.   updateStage()
  6.   repeat while the stillDown
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   puppetSprite(9, 0)
  12.   if the optionDown then
  13.     PlayRead()
  14.   else
  15.     go("Read")
  16.   end if
  17. end
  18.